/* Color Tokens */
.primary {
	color: #FF0009; /* $primary */
}

.secondary {
	color: #D7D7D7; /* $secondary */
}

.tertiary {
	color: #FFF212; /* $tertiary */
}

.light {
	color: #FEFEFE; /* $light */
}

.dark {
	color: #201E1E; /* $dark */
}
/* End Color Tokens */

/* Blog System Displays */
.blog-system {
}

.blog-system.post-page .navigation {
	display: block;
	border-top: solid 1px #DBDBDB;
	border-bottom: solid 1px #DBDBDB;
	padding: .65em 0;
	margin-bottom: 2em;
}

.blog-system h1 {
	margin-bottom: 1.5rem;
}

.blog-system.post-page h1 {
	color: #FF0009; /* $primary */
}

.blog-system .post-list {
}

.blog-system .post-list li {
	border-bottom: solid 1px #DBDBDB;
	margin-bottom: 2.5em;
}

.blog-system.categories .post-list > li {
	border: solid 1px #DBDBDB;
	padding: 1.5em 3%;
}

.blog-system .post-list li li {
	margin-bottom: .5em;
	padding: .5em 2%;
}

.blog-system .post-list li h2 {
	font-size: 1.6667em;
	position: relative;
	padding-bottom: .75em;
	margin-bottom: .85em;
}

.blog-system.categories .post-list li h2 {
	margin: 0 auto .2em;
}

.blog-system .post-list li h2:after {
	content: ' ';
	display: block;
	width: 100px;
	height: 1px;
	background-color: #dbdbdb;
	bottom: 0;
	position: absolute;
}

.blog-system .post-list li h2 a {
	color: #FF0009; /* $primary */
	transition: color .4s ease 0s;
}

.blog-system .post-list li h2 a:hover {
	color: #201E1E; /* $dark */
}

.blog-system .post-list li h3 {
	font-size: 1.333em;
}

.blog-system .info-box {
	position: relative;
}

.blog-system .info-box img {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
}

.blog-system .info-box img.default {
	background-image: url(https://www.torotaxes.com/images/Blog/default-blog-image.jpg);
}

.blog-system .info-box time {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #201E1E; /* $dark */
	color: #FEFEFE; /* $light */
	padding: .25em .5em;
}

.blog-system .info-box .share-btns {
	position: absolute;
	top: 0;
	right: 0;
	border: solid 1px #FEFEFE; /* $light */
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.blog-system .info-box .share-btns li {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.blog-system .info-box .share-btns li:nth-child(n+2) {
	border-left: solid 1px #FEFEFE; /* $light */
}

.blog-system .info-box .share-btns li .mobile {
	display: none;
}

.blog-system .info-box .share-btns a {
	background-color: rgba(0,0,0,0.7);
	margin: 0;
	display: block;
	color: #FEFEFE; /* $light */
}

.blog-system .info-box .share-btns a icon {
	display: block;
	color: #FEFEFE; /* $light */
	font-weight: 400;
	padding: .5em;
	transition: color .4s ease 0s;
}

.blog-system .info-box .share-btns a:hover icon {
	color: #D7D7D7; /* $secondary */
}

.blog-system .content-box {
	margin: 1em 0;
}

.blog-system .post-list li .more-btn {
	position: relative;
	display: inline-block;
	padding-bottom: 0.1em;
}



.blog-system .category-title {
	display: block;
	margin: 1em 0 .5em;
}

.blog-system .category-list {
	display: block;
}

.blog-system .category-list li {
	display: inline-block;
	margin-right: .75em;
	margin-bottom: .75em;
}

.blog-system .category-list li a {
	display: block;
	background-color: #E6E6E6; /* darken($light,5%) */
	color: #FF0009; /* $primary */
	padding: .25em .5em;
	transition: color .4s ease 0s, background-color .4s ease 0s;
}

.blog-system .category-list li a:hover {
	background-color: #FF0009; /* $primary */
	color: #FEFEFE; /* $light */
}

.blog-system .paging {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: solid 1px #E6E6E6;
	border-bottom: solid 1px #E6E6E6;
	padding: .75em 0;
}

.blog-system .paging .box-left {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.blog-system .paging .box-left .current input {
	display: inline-block;
	padding: 0;
	border: solid 1px #B4BEC5;
	line-height: inherit;
	width: 2em !important;
	text-align: center;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	outline: none;
	resize: none;
}

.blog-system .paging .box-right {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-system .paging .box-right li {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding-left: .25em;
}

.blog-system .paging .box-right a {
}

.blog-system .paging .box-right a icon {
	display: block;
	font-size: 1.1em;
}

.blog-system .paging .box-right a:hover {
}
/* End Blog System Displays */

/* 550px Responsive */
@media screen and (max-width:550px) {
	.blog-system .post-list li h2 {
		font-size: 1.333em;
	}

	.blog-system .info-box time {
		top: auto;
		left: auto;
		bottom: 0;
		right: 0;
	}

	.blog-system .info-box .share-btns li:not(:last-child) {
		display: none;
	}

	.blog-system .info-box .share-btns li .mobile {
		display: inline-block;
		padding: 0 0 .2em .7em;
	}

	.blog-system .info-box .share-btns a icon {
		display: inline-block;
		position: relative;
		top: .15em;
	}
}
/* End 550px Responsive */
